home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Troubleshooting / background_3105.txt < prev    next >
Text File  |  1988-07-14  |  5KB  |  201 lines

  1. -- background: 3105 from stack: in
  2. -- bmap block id: 4245
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Setting Up Scanner
  6.  
  7.  
  8. -- part 19 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=7 top=317 right=338 bottom=110
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Setup
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom open
  23.   go to stack "Set-Up"
  24.   set highlight of background button "Installation" to false
  25.   set highlight of background button "Using" to false
  26.   set highlight of background button "Troubleshooting" to false
  27.   set highlight of background button "Setup" to true
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. -- part 20 (button)
  36. -- low flags: 00
  37. -- high flags: A004
  38. -- rect: left=119 top=317 right=338 bottom=222
  39. -- title width / last selected line: 0
  40. -- icon id / first selected line: 0 / 0
  41. -- text alignment: 1
  42. -- font id: 0
  43. -- text size: 12
  44. -- style flags: 0
  45. -- line height: 16
  46. -- part name: Installation
  47. ----- HyperTalk script -----
  48. on mouseUp
  49.   visual effect zoom open
  50.   go to stack "Installation"
  51.   set highlight of background button "Setup" to false
  52.   set highlight of background button "Using" to false
  53.   set highlight of background button "Troubleshooting" to false
  54.   set highlight of background button "Installation" to true
  55. end mouseUp
  56.  
  57.  
  58.  
  59. -- part 21 (button)
  60. -- low flags: 00
  61. -- high flags: 0000
  62. -- rect: left=220 top=308 right=342 bottom=263
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 21700 / 21700
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: 
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   visual effect zoom open
  74.   go to stack "Apple Scanner"
  75. end mouseUp
  76.  
  77.  
  78.  
  79. -- part 27 (button)
  80. -- low flags: 00
  81. -- high flags: 0001
  82. -- rect: left=454 top=1 right=40 bottom=494
  83. -- title width / last selected line: 0
  84. -- icon id / first selected line: 1004 / 1004
  85. -- text alignment: 1
  86. -- font id: 0
  87. -- text size: 12
  88. -- style flags: 0
  89. -- line height: 16
  90. -- part name: 
  91. ----- HyperTalk script -----
  92.  
  93. on mouseUp
  94.   play harpsichord a4
  95.   global search
  96.   answer "Type of Glossary search?" with "Browse" or "Automatic" or "Cancel"
  97.   if it is "Browse" then
  98.     visual wipe up slowly
  99.     go to card "Glossary" of stack "Glossary"
  100.   end if
  101.  
  102.   if it is "Automatic" then
  103.     ask "Search for..."
  104.     put it into search
  105.     if search is empty then
  106.       exit mouseUp
  107.     else
  108.       visual wipe up slowly
  109.       put "find search" into message box
  110.       hide message
  111.       go to card "Glossary" of stack "Glossary"
  112.       find word search in field "Text"
  113.       if the result is "not found" then
  114.         answer "Word not found." with "OK"
  115.         exit  mouseUp
  116.       else
  117.         show card field id 13
  118.         wait 4 seconds
  119.         hide card field id 13
  120.       end if
  121.     end if
  122.   end if
  123. end mouseUp
  124.  
  125.  
  126.  
  127.  
  128.  
  129. -- part 28 (button)
  130. -- low flags: 00
  131. -- high flags: 0001
  132. -- rect: left=414 top=1 right=40 bottom=455
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 1008 / 1008
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: 
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   answer "Print this card?" with "Yes" or "Cancel"
  144.   if it is "Yes" then
  145.     doMenu "Print Card"
  146.   end if
  147.   if it is "Cancel" then
  148.     put "Cancel" into it
  149.   end if
  150. end  mouseUp
  151.  
  152.  
  153.  
  154.  
  155. -- part 29 (button)
  156. -- low flags: 00
  157. -- high flags: 8004
  158. -- rect: left=263 top=317 right=338 bottom=366
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 1
  162. -- font id: 0
  163. -- text size: 12
  164. -- style flags: 0
  165. -- line height: 16
  166. -- part name: Using
  167. ----- HyperTalk script -----
  168. on mouseUp
  169.   visual effect zoom open
  170.   go to stack "Using"
  171.   set highlight of background button "Setup" to false
  172.   set highlight of background button "Installation" to false
  173.   set highlight of background button "Troubleshooting" to false
  174.   set highlight of background button "Using" to true
  175. end mouseUp
  176.  
  177.  
  178.  
  179. -- part 36 (button)
  180. -- low flags: 00
  181. -- high flags: C004
  182. -- rect: left=376 top=317 right=338 bottom=494
  183. -- title width / last selected line: 0
  184. -- icon id / first selected line: 0 / 0
  185. -- text alignment: 1
  186. -- font id: 0
  187. -- text size: 12
  188. -- style flags: 0
  189. -- line height: 16
  190. -- part name: Troubleshooting
  191. ----- HyperTalk script -----
  192. on mouseUp
  193.   visual effect zoom open
  194.   go to stack "Troubleshooting"
  195.   set highlight of background button "Setup" to false
  196.   set highlight of background button "Installation" to false
  197.   set highlight of background button "Using" to false
  198.   set highlight of background button "Troubleshooting" to true
  199. end mouseUp
  200.  
  201.